home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / BMV / Source / Makefile.postamble < prev    next >
Encoding:
Makefile  |  1995-06-12  |  267 b   |  11 lines

  1. install::
  2.     for i in $(OTHER_PKG_STUFF) none ; do \
  3.       if [ $$i = none ] ; then continue; fi; \
  4.       tar cf - $$i | ( cd $(DSTROOT)$(INSTALLDIR)/$(NAME).app/ ; tar xfp -) ; \
  5.     done ;
  6.     chmod -R a+r $(DSTROOT)$(INSTALLDIR)/$(NAME).app
  7.  
  8. $(NAME).debug ::
  9.     open $(NAME).gdb
  10.  
  11.